From a4ba8dbaea888be42510119dd747dc0ff8ef7ee6 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 14 Jul 2007 23:03:23 +0000 Subject: [PATCH] Include winsock2.h and ws2tcpip.h instead of winsock.h. --- nt/inc/sys/socket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index 0923dd9246b..2e52c74691e 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h @@ -51,7 +51,8 @@ Boston, MA 02110-1301, USA. */ #define timeval ws_timeval #endif -#include +#include +#include /* redefine select to reference our version */ #ifdef MUST_REDEF_SELECT -- 2.30.2